runtime.m.isextra (field)
6 uses
runtime (current package)
cgocall.go#L234: if !mp.isextra {
cgocall.go#L340: if gp.m.isextra {
cgocall.go#L358: if gp.m.isextra && gp.m.ncgo == 0 {
proc.go#L1004: return mp.ncgo > 0 || mp.isextra
proc.go#L2406: mp.isextra = true
runtime2.go#L582: isextra bool // m is an extra m
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |